home *** CD-ROM | disk | FTP | other *** search
- #
- # HamComm sample config file
- #
-
- #
- # Setup serial ports
- #
- # HamComm has an interval table of available serial ports.
- # Every port uses a unique base io-address and interrupt request line.
- # Up to four ports can be defined.
- #
- # iobase irq
- # COM1 0x3f8 4
- # COM2 0x2f8 3
- # COM3 0 0
- # COM4 0 0
- #
- # COM1 and COM2 are predefined to their standard values.
- # COM3 and COM4 are undefined.
- # Undefined ports can not be selected from the 'Port' menue.
- #
- # Let's assume we have a non-standard serial port at address 0x3E8 (hex)
- # using interrupt request 5. The following 'define port' statement will
- # make this port available as COM4.
- #
- define port com4 iobase 0x3e8 irq 5
-
- #
- # We can also redefine any port using the 'define port' statement.
- #
- # For the following example let's assume we have a mouse connected to COM1,
- # so we don't want HamComm to fool around with this port.
- # The following statement will reset the base address and irq for COM1
- # to protect the mouse driver.
- #
- define port com1 iobase 0 irq 0
-
- #
- # At startup HamComm normally uses the first available port from the
- # port table. This can be change with the 'select port' statement.
- #
- select port com4
-
- #
- # Define text elements for function keys SHIFT_F1 - SHIFT_F10
- #
- define text SHIFT_F1 " ryryryry cq cq cq de ~mycall~ ~mycall~ ~mycall~"
- " ~mycall~ ~mycall~\n"
- define text SHIFT_F2 " ryryryry ~call~ ~call~ ~call~"
- " de ~mycall~ ~mycall~ pse k k k\n"
- define text SHIFT_F3 " ryryryry ~call~ de ~mycall~\n"
- define text SHIFT_F4 " back to you ~name~... ~call~ de ~mycall~ pse k k k\n"
- define text SHIFT_F5 ~@station.txt~
- define text SHIFT_F7 " ~call~"
- define text SHIFT_F8 " ~mycall~"
- define text SHIFT_F9 "ryryryryry"
- define text SHIFT_F10 " pse k k k\n"
-
- #
- # Define other text elements
- #
- define text banner "\noooo o ooooo o o ooooo ooo"
- "\no o o o o o o o o"
- "\no o o oooo o ooo o"
- "\no o o o o o o o"
- "\noooo ooooo oooo o ooooo ooo\n"
-
- define text mycall dl5yec
- define text myname django
- define text myqth paderborn
- define text mylocator jo41jr
- define text std10 " the temperature is abt "
- define text std9 " the weather today is "
- define text std8 " 73 es 55 to you ~name~ and your family."
- define text std7 " tnx for the nice qso and hope to cuagn."
- define text std6 " how do you copy ?"
- define text std5 " your report is "
- define text std4 " locator ~mylocator~ ~mylocator~"
- define text std3 " my qth is ~myqth~ ~myqth~ ~myqth~"
- define text std2 " my name is ~myname~ ~myname~ ~myname~."
- define text std1 " tnx for answering my call."
-
- #
- # Ignore rest of config file
- #
- exit
-